home *** CD-ROM | disk | FTP | other *** search
Text File | 2004-12-09 | 82.6 KB | 2,282 lines |
- object frmOptions: TfrmOptions
- Left = 527
- Top = 225
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 407
- ClientWidth = 428
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 8
- Top = 8
- Width = 413
- Height = 361
- ActivePage = TabSheet1
- MultiLine = True
- TabIndex = 0
- TabOrder = 0
- OnChange = PageControl1Change
- object TabSheet1: TTabSheet
- Caption = 'General'
- object GroupBox17: TGroupBox
- Left = 8
- Top = 8
- Width = 389
- Height = 297
- Caption = 'Connect to Phone via'
- TabOrder = 0
- object lblDevice: TLabel
- Left = 132
- Top = 264
- Width = 47
- Height = 13
- Caption = '<device>'
- end
- object rbUseIRDA: TRadioButton
- Tag = 1
- Left = 8
- Top = 109
- Width = 365
- Height = 16
- Caption = 'Native IrDA (Requires Windows 2000 or later)'
- TabOrder = 0
- OnClick = rbUseSerialClick
- end
- object rbUseSerial: TRadioButton
- Tag = 2
- Left = 8
- Top = 132
- Width = 365
- Height = 17
- Caption = 'Serial Port (If none of the above worked, might be Virtual)'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbUseSerialClick
- end
- object groupSerialPortSetup: TGroupBox
- Left = 27
- Top = 150
- Width = 346
- Height = 99
- Caption = 'Serial Port Setup'
- TabOrder = 2
- object Label6: TLabel
- Left = 180
- Top = 16
- Width = 19
- Height = 13
- Caption = 'RTS'
- Transparent = True
- end
- object Label7: TLabel
- Left = 260
- Top = 16
- Width = 20
- Height = 13
- Caption = 'DTR'
- Transparent = True
- end
- object Label2: TLabel
- Left = 100
- Top = 16
- Width = 44
- Height = 13
- Caption = 'Baudrate'
- Transparent = True
- end
- object Label1: TLabel
- Left = 10
- Top = 16
- Width = 20
- Height = 13
- Caption = 'Port'
- Transparent = True
- end
- object Label8: TLabel
- Left = 10
- Top = 59
- Width = 327
- Height = 31
- AutoSize = False
- Caption =
- 'RTS Flow Control might be needed on some devices or cables'#13#10'(Cre' +
- 'dit goes to VoSSy).'
- ShowAccelChar = False
- Transparent = True
- WordWrap = True
- end
- object cbRTSFlow: TComboBox
- Left = 180
- Top = 32
- Width = 75
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 0
- Text = 'Disabled'
- Items.Strings = (
- 'Disabled'
- 'Enabled'
- 'Handshake'
- 'Toggle')
- end
- object cbDTRFlow: TComboBox
- Left = 260
- Top = 32
- Width = 75
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 1
- Text = 'Disabled'
- Items.Strings = (
- 'Disabled'
- 'Enabled'
- 'Handshake')
- end
- object sePort: TComComboBox
- Left = 10
- Top = 32
- Width = 83
- Height = 21
- ComProperty = cpPort
- Text = 'COM12'
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 3
- TabOrder = 2
- end
- object cbBaudrate: TComComboBox
- Left = 100
- Top = 32
- Width = 75
- Height = 21
- ComProperty = cpBaudRate
- Text = 'Custom'
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 3
- end
- end
- object groupBluetoothSetup: TGroupBox
- Left = 27
- Top = 35
- Width = 346
- Height = 66
- Caption = 'Bluetooh Setup'
- TabOrder = 3
- object Label13: TLabel
- Left = 11
- Top = 14
- Width = 39
- Height = 13
- Caption = 'Address'
- Transparent = True
- end
- object Label14: TLabel
- Left = 121
- Top = 14
- Width = 20
- Height = 13
- Caption = 'Port'
- Transparent = True
- end
- object Label15: TLabel
- Left = 188
- Top = 26
- Width = 149
- Height = 31
- AutoSize = False
- Caption = 'Set Port=0 to let the system decide which port to use.'
- ShowAccelChar = False
- Transparent = True
- WordWrap = True
- end
- object edBTAddress: TMaskEdit
- Left = 10
- Top = 29
- Width = 103
- Height = 21
- CharCase = ecUpperCase
- EditMask = 'AA:AA:AA:AA:AA:AA;0;_'
- MaxLength = 17
- TabOrder = 0
- Text = '000000000000'
- end
- object edBTPort: TEdit
- Left = 120
- Top = 29
- Width = 36
- Height = 21
- TabOrder = 1
- Text = '0'
- end
- object edBTPortSpin: TUpDown
- Left = 156
- Top = 29
- Width = 16
- Height = 21
- Associate = edBTPort
- Min = 0
- Max = 99
- Position = 0
- TabOrder = 2
- Wrap = False
- end
- end
- object rbUseBluetooth: TRadioButton
- Left = 8
- Top = 18
- Width = 365
- Height = 17
- Caption = 'Native Bluetooth (Requires Windows XP with SP1 or later)'
- TabOrder = 4
- OnClick = rbUseSerialClick
- end
- object btnLookupDevice: TButton
- Left = 12
- Top = 260
- Width = 105
- Height = 25
- Caption = '&Lookup Device'
- Enabled = False
- TabOrder = 5
- OnClick = btnLookupDeviceClick
- end
- end
- end
- object TabSheet12: TTabSheet
- Caption = 'Startup'
- ImageIndex = 11
- object gbOnConnected: TGroupBox
- Left = 204
- Top = 8
- Width = 193
- Height = 125
- Caption = 'When Connected'
- TabOrder = 0
- object cbAutoInbox: TCheckBox
- Left = 8
- Top = 20
- Width = 149
- Height = 17
- Caption = 'Refresh Text Messages'
- TabOrder = 0
- end
- object cbAutoSync: TCheckBox
- Left = 8
- Top = 40
- Width = 149
- Height = 17
- Caption = 'Synchronize Phonebook'
- TabOrder = 1
- end
- object cbAutoOutlookSync: TCheckBox
- Left = 8
- Top = 80
- Width = 173
- Height = 17
- Caption = 'Synchronize Microsoft Outlook'
- TabOrder = 3
- end
- object cbAutoProfile: TCheckBox
- Left = 8
- Top = 60
- Width = 149
- Height = 17
- Caption = 'Restore Last Used Profile'
- TabOrder = 2
- end
- object cbAutoBookmarks: TCheckBox
- Left = 8
- Top = 100
- Width = 141
- Height = 17
- Caption = 'Synchronize Bookmarks'
- TabOrder = 4
- OnClick = cbAutoBookmarksClick
- end
- end
- object gbOnConnecting: TGroupBox
- Left = 8
- Top = 8
- Width = 189
- Height = 125
- Caption = 'When Connecting'
- TabOrder = 1
- object cbNoGroups: TCheckBox
- Left = 8
- Top = 20
- Width = 141
- Height = 17
- Caption = 'Do not retrieve Groups'
- TabOrder = 0
- end
- object cbNoFolders: TCheckBox
- Left = 8
- Top = 40
- Width = 173
- Height = 17
- Caption = 'Do not retrieve Files / Folders'
- TabOrder = 1
- end
- object cbNoProfiles: TCheckBox
- Left = 8
- Top = 60
- Width = 145
- Height = 17
- Caption = 'Do not retrieve Profiles'
- TabOrder = 2
- OnClick = cbNoProfilesClick
- end
- object cbNoCalls: TCheckBox
- Left = 8
- Top = 80
- Width = 129
- Height = 17
- Caption = 'Do not retrieve Calls'
- TabOrder = 3
- end
- object cbNoBookmarks: TCheckBox
- Left = 8
- Top = 100
- Width = 157
- Height = 17
- Caption = 'Do not retrieve Bookmarks'
- TabOrder = 4
- OnClick = cbNoBookmarksClick
- end
- end
- object rgExplorer: TRadioGroup
- Left = 8
- Top = 140
- Width = 389
- Height = 89
- Caption = 'Phone Explorer Startup folder:'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Fma Today Page'
- 'Messages Inbox Folder'
- 'Messages Archive Folder'
- 'Phonebook (Phone memory)'
- 'Phonebook (SIM memory)'
- 'Organizer Phone Page')
- TabOrder = 2
- end
- object Button10: TButton
- Left = 288
- Top = 280
- Width = 109
- Height = 25
- Caption = 'Factory Defaults'
- TabOrder = 3
- OnClick = Button10Click
- end
- end
- object TabSheet5: TTabSheet
- Caption = 'Synchronize'
- ImageIndex = 5
- object rbSync: TRadioGroup
- Left = 8
- Top = 8
- Width = 189
- Height = 89
- Caption = 'Phonebook Priority'
- ItemIndex = 2
- Items.Strings = (
- 'Phone'
- 'PC'
- 'Let me choose')
- TabOrder = 0
- end
- object rbPhoneClockSync: TRadioGroup
- Left = 204
- Top = 8
- Width = 193
- Height = 89
- Caption = 'Phone Clock'
- ItemIndex = 1
- Items.Strings = (
- 'Automaticaly'
- 'Enabled (ask me first)'
- 'Disabled')
- TabOrder = 1
- end
- object GroupBox15: TGroupBox
- Left = 8
- Top = 152
- Width = 389
- Height = 149
- Caption = 'Bookmarks Folders'
- TabOrder = 2
- DesignSize = (
- 389
- 149)
- object Label30: TLabel
- Left = 10
- Top = 24
- Width = 180
- Height = 13
- Caption = 'Synchronize Bookmarks in this Folder:'
- end
- object Label31: TLabel
- Left = 10
- Top = 108
- Width = 367
- Height = 33
- AutoSize = False
- Caption =
- 'Only bookmarks stored in this folder will be synchronized with y' +
- 'our phone'#39's bookmarks. Any subfolders will be ignored.'
- WordWrap = True
- end
- object edBookmarkDir: TEdit
- Left = 10
- Top = 40
- Width = 367
- Height = 21
- TabOrder = 0
- end
- object btnSelectFavBookm: TButton
- Left = 308
- Top = 68
- Width = 69
- Height = 25
- Anchors = [akLeft, akTop, akRight]
- Caption = 'B&rowse...'
- TabOrder = 1
- OnClick = btnSelectFavBookmClick
- end
- end
- object rbBookmarks: TRadioGroup
- Left = 8
- Top = 104
- Width = 389
- Height = 41
- Caption = 'Bookmarks Sync'
- Columns = 2
- ItemIndex = 1
- Items.Strings = (
- 'None (do not synchronize)'
- 'Internet Explorer')
- TabOrder = 3
- OnClick = rbBookmarksClick
- end
- end
- object TabSheet10: TTabSheet
- Caption = 'Outlook Sync'
- ImageIndex = 9
- object rbOutlookSync: TRadioGroup
- Left = 8
- Top = 8
- Width = 189
- Height = 89
- Caption = 'Outlook Priority'
- ItemIndex = 2
- Items.Strings = (
- 'Outlook'
- 'FMA'
- 'Let me choose')
- TabOrder = 0
- end
- object grOutlookConfirmation: TGroupBox
- Left = 204
- Top = 8
- Width = 193
- Height = 89
- Caption = 'Outlook Confirmation'
- TabOrder = 1
- object cbConfirmAdding: TCheckBox
- Left = 8
- Top = 18
- Width = 117
- Height = 17
- Caption = 'Confirm Adding'
- TabOrder = 0
- end
- object cbConfirmUpdating: TCheckBox
- Left = 8
- Top = 41
- Width = 117
- Height = 17
- Caption = 'Confirm Updating'
- TabOrder = 1
- end
- object cbConfirmDeleting: TCheckBox
- Left = 8
- Top = 64
- Width = 117
- Height = 17
- Caption = 'Confirm Deleting'
- TabOrder = 2
- end
- end
- object grOutlookCategories: TGroupBox
- Left = 8
- Top = 152
- Width = 389
- Height = 153
- Caption = 'Outlook Categories'
- TabOrder = 3
- DesignSize = (
- 389
- 153)
- object cbOutlookAllCategories: TCheckBox
- Left = 8
- Top = 120
- Width = 97
- Height = 17
- Caption = 'All Categories'
- TabOrder = 0
- OnClick = cbOutlookAllCategoriesClick
- end
- object btAddCat: TButton
- Left = 116
- Top = 116
- Width = 69
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Add...'
- TabOrder = 1
- OnClick = btAddCatClick
- end
- object btDelCat: TButton
- Left = 192
- Top = 116
- Width = 69
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Remove'
- Enabled = False
- TabOrder = 2
- OnClick = btDelCatClick
- end
- object Button9: TButton
- Left = 268
- Top = 116
- Width = 109
- Height = 25
- Caption = 'Factory Defaults'
- TabOrder = 3
- OnClick = Button9Click
- end
- object lvOutlookCats: TTntListView
- Left = 8
- Top = 16
- Width = 369
- Height = 93
- Columns = <
- item
- Width = 340
- end>
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- ShowColumnHeaders = False
- SmallImages = OutlookImageList
- TabOrder = 4
- ViewStyle = vsList
- OnSelectItem = lvOutlookCatsSelectItem
- end
- end
- object rbOutlookNewAction: TRadioGroup
- Left = 8
- Top = 104
- Width = 389
- Height = 41
- Caption = 'Outlook New Contacts Action'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Try to Link to Existing'
- 'Always Add as New')
- TabOrder = 2
- end
- end
- object TabSheet11: TTabSheet
- Caption = 'Outlook Folders'
- ImageIndex = 10
- object GroupBox14: TGroupBox
- Left = 8
- Top = 8
- Width = 389
- Height = 297
- Caption = 'Microsoft Outlook Folders'
- TabOrder = 0
- DesignSize = (
- 389
- 297)
- object Label27: TLabel
- Left = 8
- Top = 52
- Width = 187
- Height = 13
- Caption = 'Synchronize Contacts in these Folders:'
- end
- object Label29: TLabel
- Left = 8
- Top = 18
- Width = 373
- Height = 33
- AutoSize = False
- Caption =
- 'Please select which Outlook folders contain contacts to be synch' +
- 'ronized with FMA. Right-click to chose New Contacts target folde' +
- 'r (shown in bold).'
- WordWrap = True
- end
- object tvOutlookFolders: TVirtualStringTree
- Left = 8
- Top = 68
- Width = 369
- Height = 185
- Anchors = [akLeft, akTop, akRight, akBottom]
- Header.AutoSizeIndex = 0
- Header.Font.Charset = DEFAULT_CHARSET
- Header.Font.Color = clWindowText
- Header.Font.Height = -11
- Header.Font.Name = 'MS Sans Serif'
- Header.Font.Style = []
- Header.MainColumn = -1
- Header.Options = [hoColumnResize, hoDrag]
- Images = OutlookImageList
- PopupMenu = pmuOutlookFolder
- TabOrder = 0
- TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoDeleteMovedNodes]
- TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
- OnChecked = tvOutlookFoldersChecked
- OnFreeNode = tvOutlookFoldersFreeNode
- OnGetText = tvOutlookFoldersGetText
- OnPaintText = tvOutlookFoldersPaintText
- OnGetImageIndex = tvOutlookFoldersGetImageIndex
- OnInitChildren = tvOutlookFoldersInitChildren
- OnInitNode = tvOutlookFoldersInitNode
- Columns = <>
- end
- object btnRefreshOutlookFolders: TButton
- Left = 8
- Top = 260
- Width = 109
- Height = 25
- Caption = '&Refresh Folders'
- TabOrder = 1
- OnClick = btnRefreshOutlookFoldersClick
- end
- object Button12: TButton
- Left = 268
- Top = 260
- Width = 109
- Height = 25
- Caption = 'Factory Defaults'
- TabOrder = 2
- OnClick = Button12Click
- end
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'OBEX'
- ImageIndex = 2
- object cbObexPacketSize: TGroupBox
- Left = 8
- Top = 8
- Width = 389
- Height = 113
- Caption = 'Max Packet Size (bytes) '
- TabOrder = 0
- object lblObexPacketSize: TLabel
- Left = 8
- Top = 52
- Width = 373
- Height = 33
- AutoSize = False
- Caption =
- 'Define the maximum size per packet, this is the value to negotia' +
- 'te with the Mobile Equipment and will use whichever lower.'
- Transparent = True
- WordWrap = True
- end
- object Label12: TLabel
- Left = 8
- Top = 88
- Width = 192
- Height = 13
- Caption = '(This implementation is Ericsson specific)'
- end
- object seMaxPacketSize: TEdit
- Left = 8
- Top = 21
- Width = 72
- Height = 21
- TabOrder = 0
- Text = '1024'
- end
- object seMaxPacketSizeSpin: TUpDown
- Left = 80
- Top = 21
- Width = 16
- Height = 21
- Associate = seMaxPacketSize
- Min = 255
- Max = 32767
- Position = 1024
- TabOrder = 1
- Wrap = False
- end
- end
- object GroupBox10: TGroupBox
- Left = 8
- Top = 220
- Width = 389
- Height = 85
- Caption = 'Protocol Settings'
- TabOrder = 2
- object cbNoObex: TCheckBox
- Left = 8
- Top = 20
- Width = 97
- Height = 17
- Caption = 'Disable OBEX'
- TabOrder = 0
- OnClick = cbNoObexClick
- end
- object cbNoIRMC: TCheckBox
- Left = 8
- Top = 40
- Width = 125
- Height = 17
- Caption = 'Disable IRMC Sync'
- TabOrder = 1
- OnClick = cbNoIRMCClick
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 60
- Width = 109
- Height = 17
- Caption = 'Disable SyncML'
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 2
- end
- object Button8: TButton
- Left = 268
- Top = 48
- Width = 109
- Height = 25
- Caption = 'Factory Defaults'
- TabOrder = 3
- OnClick = Button8Click
- end
- end
- object GroupBox20: TGroupBox
- Left = 8
- Top = 128
- Width = 389
- Height = 85
- Caption = 'SyncML Settings'
- TabOrder = 1
- object Label22: TLabel
- Left = 28
- Top = 44
- Width = 65
- Height = 13
- Caption = 'Listening port'
- Enabled = False
- end
- object CheckBox6: TCheckBox
- Left = 8
- Top = 20
- Width = 141
- Height = 17
- Caption = 'Enable SyncML server'
- Enabled = False
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 108
- Top = 40
- Width = 57
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 1
- Text = '6901'
- end
- object Button11: TButton
- Left = 268
- Top = 48
- Width = 109
- Height = 25
- Caption = 'Access Manager...'
- Enabled = False
- TabOrder = 2
- end
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'Script'
- ImageIndex = 3
- object GroupBox12: TGroupBox
- Left = 8
- Top = 8
- Width = 389
- Height = 101
- Caption = 'Script'
- TabOrder = 0
- DesignSize = (
- 389
- 101)
- object Label4: TLabel
- Left = 8
- Top = 18
- Width = 101
- Height = 13
- Caption = 'Main script file name:'
- end
- object edScriptPath: TTntEdit
- Left = 8
- Top = 36
- Width = 369
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- OnChange = edScriptPathChange
- end
- object Button3: TButton
- Left = 308
- Top = 64
- Width = 69
- Height = 25
- Anchors = [akLeft, akTop, akRight]
- Caption = 'B&rowse...'
- TabOrder = 1
- OnClick = Button3Click
- end
- end
- object GroupBox19: TGroupBox
- Left = 8
- Top = 116
- Width = 389
- Height = 189
- Caption = 'Details'
- TabOrder = 1
- object Label23: TLabel
- Left = 8
- Top = 88
- Width = 58
- Height = 13
- Caption = 'Script Type:'
- end
- object lbScriptType: TLabel
- Left = 72
- Top = 88
- Width = 38
- Height = 13
- Caption = 'vbscript'
- Transparent = True
- end
- object Label9: TLabel
- Left = 8
- Top = 52
- Width = 373
- Height = 33
- AutoSize = False
- Caption =
- 'In most cases the program (Fma) will need to be restarted to ful' +
- 'ly activate the selected script.'
- WordWrap = True
- end
- object Label10: TLabel
- Left = 8
- Top = 16
- Width = 373
- Height = 33
- AutoSize = False
- Caption =
- 'Note that script file extension must be the scipting engine used' +
- ', for example for "MyScript.VBScript" the system will interprate' +
- ' it using VBScript Engine.'
- ShowAccelChar = False
- Transparent = True
- WordWrap = True
- end
- object cbUseScripts: TCheckBox
- Left = 8
- Top = 164
- Width = 369
- Height = 17
- Caption =
- 'Enable Scripting (if unchecked the script will be loaded but not' +
- ' used)'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- end
- end
- object TabSheet8: TTabSheet
- Caption = 'Appearance'
- ImageIndex = 7
- object GroupBox8: TGroupBox
- Left = 8
- Top = 8
- Width = 389
- Height = 105
- Caption = 'Progress Dialog'
- TabOrder = 0
- object cbProgressLongOnly: TCheckBox
- Left = 28
- Top = 36
- Width = 245
- Height = 17
- Caption = 'The operation performed took too &Long Time'
- TabOrder = 1
- end
- object cbDontProgress: TCheckBox
- Left = 8
- Top = 16
- Width = 317
- Height = 17
- Caption = 'Do not Show (or show it only if these conditions are meet)'
- TabOrder = 0
- OnClick = cbDontProgressClick
- end
- object cbProgressRestoredOnly: TCheckBox
- Left = 28
- Top = 56
- Width = 209
- Height = 17
- Caption = 'The main application is Not &Minimized'
- TabOrder = 2
- end
- object CheckBox3: TCheckBox
- Left = 28
- Top = 76
- Width = 245
- Height = 17
- Caption = 'When connecting to phone for the &First Time'
- Enabled = False
- TabOrder = 3
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 120
- Width = 389
- Height = 185
- Caption = 'Transparency'
- TabOrder = 1
- object Label3: TLabel
- Left = 8
- Top = 24
- Width = 130
- Height = 13
- Caption = 'Compose Message Window'
- end
- object Label16: TLabel
- Left = 8
- Top = 56
- Width = 113
- Height = 13
- Caption = 'Message Arrived Popup'
- end
- object Label17: TLabel
- Left = 8
- Top = 88
- Width = 109
- Height = 13
- Caption = 'Call Information Popup'
- end
- object Label18: TLabel
- Left = 8
- Top = 120
- Width = 72
- Height = 13
- Caption = 'Debug Window'
- end
- object Label26: TLabel
- Left = 228
- Top = 20
- Width = 153
- Height = 89
- AutoSize = False
- Caption =
- 'A lower value means more transparency, while a higher value will' +
- ' make a window more solid (less transparency).'#13#10' '#13#10'Range value: ' +
- '120-255.'
- WordWrap = True
- end
- object Label21: TLabel
- Left = 8
- Top = 152
- Width = 83
- Height = 13
- Caption = 'Progress Window'
- Enabled = False
- end
- object seComposeSpin: TUpDown
- Left = 201
- Top = 20
- Width = 16
- Height = 21
- Associate = seCompose
- Min = 120
- Max = 255
- Position = 200
- TabOrder = 0
- Wrap = False
- end
- object seCompose: TEdit
- Left = 160
- Top = 20
- Width = 41
- Height = 21
- TabOrder = 1
- Text = '200'
- end
- object seMessage: TEdit
- Left = 160
- Top = 52
- Width = 41
- Height = 21
- TabOrder = 2
- Text = '200'
- end
- object seMessageSpin: TUpDown
- Left = 201
- Top = 52
- Width = 16
- Height = 21
- Associate = seMessage
- Min = 120
- Max = 255
- Position = 200
- TabOrder = 3
- Wrap = False
- end
- object seCall: TEdit
- Left = 160
- Top = 84
- Width = 41
- Height = 21
- TabOrder = 4
- Text = '200'
- end
- object seCallSpin: TUpDown
- Left = 201
- Top = 84
- Width = 16
- Height = 21
- Associate = seCall
- Min = 120
- Max = 255
- Position = 200
- TabOrder = 5
- Wrap = False
- end
- object seDebug: TEdit
- Left = 160
- Top = 116
- Width = 41
- Height = 21
- TabOrder = 6
- Text = '200'
- end
- object seDebugSpin: TUpDown
- Left = 201
- Top = 116
- Width = 16
- Height = 21
- Associate = seDebug
- Min = 120
- Max = 255
- Position = 200
- TabOrder = 7
- Wrap = False
- end
- object Button4: TButton
- Left = 268
- Top = 148
- Width = 109
- Height = 25
- Caption = 'Factory Defaults'
- TabOrder = 8
- OnClick = Button4Click
- end
- object Edit1: TEdit
- Left = 160
- Top = 148
- Width = 41
- Height = 21
- Enabled = False
- TabOrder = 9
- Text = '255'
- end
- object UpDown1: TUpDown
- Left = 201
- Top = 148
- Width = 16
- Height = 21
- Associate = Edit1
- Enabled = False
- Min = 120
- Max = 255
- Position = 255
- TabOrder = 10
- Wrap = False
- end
- end
- end
- object TabSheet6: TTabSheet
- Caption = 'Behaviour'
- ImageIndex = 5
- object GroupBox5: TGroupBox
- Left = 8
- Top = 8
- Width = 185
- Height = 121
- Caption = 'Call Popup'
- TabOrder = 0
- object Label19: TLabel
- Left = 8
- Top = 16
- Width = 3
- Height = 13
- end
- object Label20: TLabel
- Left = 8
- Top = 32
- Width = 3
- Height = 13
- end
- object chkCallM: TCheckBox
- Left = 8
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Call Monitor'
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 28
- Top = 36
- Width = 77
- Height = 17
- Caption = 'No Popup'
- Enabled = False
- TabOrder = 1
- end
- object CheckBox4: TCheckBox
- Left = 28
- Top = 56
- Width = 77
- Height = 17
- Caption = 'No Baloon'
- Enabled = False
- TabOrder = 2
- end
- end
- object GroupBox7: TGroupBox
- Left = 8
- Top = 136
- Width = 389
- Height = 61
- Caption = 'Application'
- TabOrder = 2
- object chkMinButton: TCheckBox
- Left = 8
- Top = 16
- Width = 313
- Height = 17
- Caption = 'Use X button to minimize instead to close Fma application'
- TabOrder = 0
- end
- object cbCheckOutbox: TCheckBox
- Left = 8
- Top = 36
- Width = 365
- Height = 17
- Caption =
- 'Check out Outbox folder for unsent messages on Fma start and exi' +
- 't'
- TabOrder = 1
- end
- end
- object GroupBox13: TGroupBox
- Left = 8
- Top = 204
- Width = 389
- Height = 101
- Caption = 'Text Messages Counter'
- TabOrder = 3
- DesignSize = (
- 389
- 101)
- object Label28: TLabel
- Left = 228
- Top = 37
- Width = 83
- Height = 13
- Caption = 'day of the month'
- end
- object lblSMSCount: TLabel
- Left = 8
- Top = 72
- Width = 53
- Height = 13
- Caption = '<counter>'
- end
- object cbSMSWarning: TCheckBox
- Left = 8
- Top = 16
- Width = 265
- Height = 17
- Caption = 'Show warning message when SMS Count reaches'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object udSMSCnt: TUpDown
- Left = 317
- Top = 14
- Width = 16
- Height = 21
- Associate = edSMSCnt
- Min = 5
- Max = 1000
- Position = 10
- TabOrder = 1
- Wrap = False
- end
- object edSMSCnt: TEdit
- Left = 276
- Top = 14
- Width = 41
- Height = 21
- TabOrder = 2
- Text = '10'
- end
- object cbSMSReset: TCheckBox
- Left = 8
- Top = 36
- Width = 147
- Height = 17
- Caption = 'Reset Counter monthly on'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- object udSMSCntRst: TUpDown
- Left = 205
- Top = 34
- Width = 16
- Height = 21
- Associate = edSMSCntRst
- Min = 1
- Max = 31
- Position = 1
- TabOrder = 4
- Wrap = False
- end
- object edSMSCntRst: TEdit
- Left = 164
- Top = 34
- Width = 41
- Height = 21
- TabOrder = 5
- Text = '1'
- end
- object Button6: TButton
- Left = 268
- Top = 64
- Width = 109
- Height = 25
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Reset Counter'
- TabOrder = 6
- OnClick = Button6Click
- end
- end
- object GroupBox18: TGroupBox
- Left = 200
- Top = 8
- Width = 197
- Height = 121
- Caption = 'Message Popup'
- TabOrder = 1
- object chkMsgM: TCheckBox
- Left = 8
- Top = 16
- Width = 105
- Height = 17
- Caption = 'Message Monitor'
- TabOrder = 0
- OnClick = chkMsgMClick
- end
- object cbMsgToArchive: TCheckBox
- Left = 28
- Top = 76
- Width = 153
- Height = 17
- Caption = 'Move message to Archive'
- Enabled = False
- TabOrder = 1
- end
- object cbMsgFullWarning: TCheckBox
- Left = 28
- Top = 96
- Width = 161
- Height = 17
- Caption = 'Warn if storage is 95% full'
- Enabled = False
- TabOrder = 2
- end
- object cbNoMsgBaloon: TCheckBox
- Left = 28
- Top = 56
- Width = 77
- Height = 17
- Caption = 'No Baloon'
- Enabled = False
- TabOrder = 3
- end
- object cbNoMsgPopup: TCheckBox
- Left = 28
- Top = 36
- Width = 77
- Height = 17
- Caption = 'No Popup'
- Enabled = False
- TabOrder = 4
- end
- end
- end
- object TabSheet7: TTabSheet
- Caption = 'Regional Settings'
- ImageIndex = 6
- object GroupBox9: TGroupBox
- Left = 8
- Top = 8
- Width = 389
- Height = 177
- Caption = 'New Message'
- TabOrder = 0
- object TntLabel1: TTntLabel
- Left = 8
- Top = 60
- Width = 373
- Height = 77
- AutoSize = False
- Caption =
- 'If you wish to use special characters (like '#196', '#228', '#220', '#252', '#214', '#246', '#223' ' +
- 'mostly used in german, scandinavian and other languages) in stan' +
- 'dard encoding, uncheck this option. Otherwise these special char' +
- 'acters will force UCS-2 message encoding, thus reduceing maximum' +
- ' message length to 1/3 of it'#39's original value.'
- WordWrap = True
- Caption_UTF7 =
- 'If you wish to use special characters (like +AMQ, +AOQ, +ANw, +A' +
- 'Pw, +ANY, +APY, +AN8 mostly used in german, scandinavian and oth' +
- 'er languages) in standard encoding, uncheck this option. Otherwi' +
- 'se these special characters will force UCS-2 message encoding, t' +
- 'hus reduceing maximum message length to 1/3 of it'#39's original val' +
- 'ue.'
- end
- object cbStrictUCScheck: TCheckBox
- Left = 8
- Top = 36
- Width = 137
- Height = 17
- Caption = 'Do strict UCS-2 check'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object Button5: TButton
- Left = 268
- Top = 140
- Width = 109
- Height = 25
- Caption = 'Factory Defaults'
- TabOrder = 2
- OnClick = Button5Click
- end
- object cbForceUCS2: TCheckBox
- Left = 8
- Top = 16
- Width = 137
- Height = 17
- Caption = 'Force UCS-2 encoding'
- TabOrder = 0
- end
- end
- end
- object TabSheet9: TTabSheet
- Caption = 'Proximity'
- ImageIndex = 8
- object GroupBox2: TGroupBox
- Left = 8
- Top = 8
- Width = 389
- Height = 297
- Caption = 'Proximity Detection'
- TabOrder = 0
- object Label24: TLabel
- Left = 8
- Top = 16
- Width = 173
- Height = 13
- Caption = 'When I go away from my computer:'
- end
- object Label25: TLabel
- Left = 8
- Top = 148
- Width = 164
- Height = 13
- Caption = 'When I'#39'm back near my computer:'
- end
- object cbProximityLock: TCheckBox
- Left = 20
- Top = 56
- Width = 117
- Height = 17
- Caption = 'Lock Workstation'
- TabOrder = 1
- end
- object cbProximityUnlock: TCheckBox
- Left = 20
- Top = 166
- Width = 217
- Height = 21
- Caption = 'Unlock Workstation (not implemented)'
- Enabled = False
- TabOrder = 3
- end
- object rgProximityAway: TRadioGroup
- Left = 20
- Top = 76
- Width = 357
- Height = 61
- Caption = ' Audio '
- Columns = 3
- ItemIndex = 4
- Items.Strings = (
- 'Mute'
- 'Unmute'
- 'Decrease 80%'
- 'Increase 80%'
- 'Do nothing')
- TabOrder = 2
- end
- object rgProximityNear: TRadioGroup
- Left = 20
- Top = 188
- Width = 357
- Height = 61
- Caption = ' Audio '
- Columns = 3
- ItemIndex = 4
- Items.Strings = (
- 'Mute'
- 'Unmute'
- 'Decrease 80%'
- 'Increase 80%'
- 'Do nothing')
- TabOrder = 4
- end
- object cbRunSS: TCheckBox
- Left = 20
- Top = 36
- Width = 121
- Height = 17
- Caption = 'Run Screen Saver'
- TabOrder = 0
- end
- object btnProximityTest: TButton
- Left = 12
- Top = 260
- Width = 105
- Height = 25
- Caption = '&Test Proximity'
- TabOrder = 5
- OnClick = btnProximityTestClick
- end
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Advanced'
- ImageIndex = 1
- object GroupBox3: TGroupBox
- Left = 8
- Top = 8
- Width = 185
- Height = 93
- Caption = 'Timeout (seconds)'
- TabOrder = 0
- object Label11: TLabel
- Left = 8
- Top = 53
- Width = 169
- Height = 32
- AutoSize = False
- Caption =
- 'Defines the time in seconds to wait for respond before giving up' +
- '.'
- ShowAccelChar = False
- Transparent = True
- WordWrap = True
- end
- object seCommTimeout: TEdit
- Left = 9
- Top = 20
- Width = 40
- Height = 21
- TabOrder = 0
- Text = '10'
- end
- object seCommTimeoutSpin: TUpDown
- Left = 49
- Top = 20
- Width = 16
- Height = 21
- Associate = seCommTimeout
- Min = 5
- Max = 60
- Position = 10
- TabOrder = 1
- Wrap = False
- end
- end
- object GroupBox4: TGroupBox
- Left = 200
- Top = 8
- Width = 197
- Height = 93
- Caption = 'Polling Interval (seconds)'
- TabOrder = 1
- object Label5: TLabel
- Left = 8
- Top = 53
- Width = 177
- Height = 32
- AutoSize = False
- Caption =
- 'Polling Interval specify the interval for Signal & Battery Power' +
- ' polling.'
- ShowAccelChar = False
- Transparent = True
- WordWrap = True
- end
- object sePolling: TEdit
- Left = 8
- Top = 19
- Width = 41
- Height = 21
- TabOrder = 0
- Text = '30'
- end
- object sePollingSpin: TUpDown
- Left = 49
- Top = 19
- Width = 16
- Height = 21
- Associate = sePolling
- Min = 5
- Max = 60
- Position = 30
- TabOrder = 1
- Wrap = False
- end
- end
- object GroupBox16: TGroupBox
- Left = 8
- Top = 108
- Width = 389
- Height = 65
- Caption = 'Battery and Phone State Monitoring'
- TabOrder = 2
- object cbDiagram: TCheckBox
- Left = 8
- Top = 40
- Width = 141
- Height = 17
- Caption = 'Enable Status Diagram'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object chkStateMonitor: TCheckBox
- Left = 8
- Top = 20
- Width = 97
- Height = 17
- Caption = 'Enable Monitor'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = chkStateMonitorClick
- end
- end
- object Button7: TButton
- Left = 288
- Top = 280
- Width = 109
- Height = 25
- Caption = 'Factory Defaults'
- TabOrder = 3
- OnClick = Button7Click
- end
- end
- end
- object Button1: TButton
- Left = 275
- Top = 376
- Width = 69
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 351
- Top = 376
- Width = 69
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object OpenDialog1: TOpenDialog
- Filter =
- 'VBScript (*.vbscript)|*.vbscript;*.vbs|JScript (*.jscript)|*.jsc' +
- 'ript|All Files|*.*'
- Options = [ofHideReadOnly, ofNoChangeDir, ofEnableSizing]
- Title = 'Select Script File'
- Left = 8
- Top = 376
- end
- object OutlookImageList: TImageList
- Left = 40
- Top = 376
- Bitmap = {
- 494C010109000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000004000000001002000000000000040
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000306880003048600000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000006C9BAE005486
- 9B0052819400527A940038788D0030689000305870003B596800305060003048
- 6000304860003B59680000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000060A8C000D0FF
- FF00B0F8FF0080E8FF0060E0F00050C0E00040B0D00040A0C0003088A0003078
- A000305870003050600000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000070C8
- E000D0F8FF00B0F8FF00A0F0FF0090E8FF0070D0F00050C0E00040B8E0003080
- A000205870000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000080C8E00080D8F00070C0D00060B0D00050A0C0003080A000306880003050
- 7000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000087BCC900C0F8FF0090E8F00070D8F00040C0E00030A0C0003090B0003B59
- 6800000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00007FBFD400C0F8FF00A0F0FF0090E0F00060D0F00040C0E00030A0C0003B68
- 8600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000086C3D200C0F8FF00C0F8FF00A0F0FF0090E8F00060D0F00040B8E0003B68
- 8600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000086C3D200C0F8FF00C0F8FF00C0F8FF00B0F8FF0090E0F00060C0E0004A70
- 8600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000A0D8E000C0F0F000D0FFFF00D0FFFF00A0E8F0006090A0000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000090D0E00080C0D00070B0C00060A0B000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000494E44002028
- 2000303830000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000684E35006050
- 4000604830007050400070605000705040006048300060483000604830006048
- 3000604830000000000000000000000000000000000060606000E0D0C000FDC7
- AE00D0B0A0004038400000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000080A8C000507080004070
- 8000407080003070900030709000306880003068800030688000306080003060
- 8000306070003058700030587000000000000000000080808000303030003030
- 3000303030003030300030282000202020002018100010101000101010001010
- 10001010100010101000101010000000000000000000C0A8A000F0F0F000E0D8
- D000E0D0C000E0C8C0009090B000D0C0B000E0B8A000D0B0A000D0B0A000D0A8
- 9000D0A0900060483000000000000000000080808000D1C7BD00FDECEA00FFE8
- D000FFD0C000C0A8900030303000607860005068500040585000405040004048
- 4000304030003038300020302000000000000000000080A8C00070D0FF0070D8
- FF0070D0FF0040B8E00020A0E00020A8D0000090D00020A0D00040B0E00050B8
- F00050C0F00050C0F00040587000000000000000000080808000FFF8F000F0E0
- D000F0D8D000F0D0C000F0D0C000F0C8B000F0C0B000F0C0A000F0B8A000F0B0
- 9000F0B09000F0B09000101010000000000000000000C0A8A000FFF0F000F0F0
- F000F0E8E0003050C0001038B0007078C000E0D0D000F0D0C000E0D0C000E0C8
- B000D0A89000604830000000000000000000A0A0A000FFF8F000FFF8F0002028
- 200020202000F0C8B0002020200060A060005090500050805000407850004070
- 4000407040003068400030604000000000000000000080A8C00070D8FF0060D0
- F00030B0E0001098D0000098E0000098E00030B0E00070D8FF0070D0FF0070D8
- FF0070D8FF0070D8FF0040607000000000000000000080808000FFF8F000FFF8
- F000FFF0F000FFF0E000F0D8D000A0909000FFE0D000FFD8C000FFD8C000FFD0
- C000FFD0B000F0B09000101010000000000000000000C0A8A000FFF0F000D0D0
- E0003050C0003058F0002048E0001038B000A098C000F0D0C000F0D0C000E0C8
- B000D0A89000604830000000000000000000A0989000F0F0F000FFFFFF004038
- 4000FFF8F000C0B8B0006058500070A8700060A8700060A06000609860005090
- 6000508050005078500040604000000000000000000080A8C00070D0F00030B0
- E00010A8D00030D0FF0030C8FF0020A0D00070D8FF0070D8FF0070D8FF0070D8
- FF0070D8FF0070D8FF0040607000000000000000000080808000FFFFFF00FFF8
- F000FFF8F000C0B0B00040383000D0C8C000FFE0D000FFE0D000FFD8C000FFD8
- C000FFD0C000F0B09000101010000000000000000000C0B0A000FFF8F0002040
- C0003058F0006080FF005078F0004060F0002040B000D0C0C000F0D8D000E0C8
- C000D0B0A0006048300000000000000000000000000090909000F0F0F000F0F0
- F000E0D8D0006060600080B0800070B0700070B8700070B0700060A8700060A0
- 6000609060005088500040704000000000000000000080A8C00050C8F00000A0
- D00030D0F00030C8F0000098D00040C0E00080E0FF0080E0FF0080E0FF0080E0
- FF0080E0FF0080E0FF0040607000000000000000000080808000FFFFFF00FFFF
- FF00E0D8D0003030300050404000FFE8E000FFE8E000FFE0D000FFE0D000FFD8
- C000FFD8C000F0B8A000101010000000000000000000C0B0A000FFF8F00080A0
- FF008098FF008090F000D0D0E0008098F0004060E0004058B000F0D8D000F0D8
- D000D0B8A0006050400000000000000000000000000000000000909890009088
- 9000808080007098700090D0A00080C0800080B8800070B8800070B8700070B0
- 700060A060005090600040704000000000000000000080A8C00040B0E00040C0
- E00040B8E00030B0E00010A0D00060D0F00080E0FF0080E0FF0080E0FF0080E0
- FF0080E0FF0080E0FF0050687000000000000000000080808000FFFFFF00FFFF
- FF00C0C0C0003030300020202000C0B0A000FFF0E000FFE8E000FFE0D000FFE0
- D000FFD8C000F0C0A000101010000000000000000000D0B0A000FFF8FF00E0E8
- FF00C0C8F000F0F0F000F0F0E000E0D8E0008090F0003058E0005068B000F0E0
- D000E0C8B0007058400000000000000000000000000000000000000000006060
- 6000FFFFFF0070A88000A0D0A00080C8900080C0800080C0800070C0800070B8
- 700070B070006098600040804000000000000000000080A8C00050C0E00080E0
- F00080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8
- FF0080E8FF0080E8FF0050687000000000000000000080808000FFFFFF00FFFF
- FF00F0F0F000808080001010100030303000C0B8B000FFF0E000D0B8A000A080
- 7000FFE0D000F0C0B000201810000000000000000000D0B8A000FFFFFF00FFF8
- FF00FFF8F000FFF8F000FFF0F000F0F0E000F0E0E0007088F0002050D0009090
- C000E0D0C0008070600000000000000000000000000000000000000000009486
- 87008078800070A07000A0D8B00090C8900080C8900080C8800080C0800070C0
- 800070B8700060A8700050885000000000000000000080B0C00070D0F00080E8
- FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8FF0080E8
- FF0080E8FF0080E8FF0050687000000000000000000080808000FFFFFF00FFFF
- FF00FFFFFF00D0D8D000404040001010100040404000B0A09000705850004038
- 3000FFE0D000F0C8B000202020000000000000000000D0B8B000FFFFFF00FFFF
- FF00FFF8FF00FFF8F000FFF8F000F0F0F000F0E0E000F0E8E0008090F0002048
- D000A098C000A090800000000000000000000000000000000000000000002020
- 2000FFFFFF0070A88000B0D8B00060986000609860006098600060A0700060A0
- 700070A8700070A8700050905000000000000000000080B0C00090E0F00080F0
- FF0080F0FF0080F0FF0090F0FF0090F0FF0090F0FF0090F0FF0090F0FF0090F0
- FF0090F0FF0090F0FF0050687000000000000000000080808000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00B0B0B000303030001010100020202000302020004028
- 2000FFE8E000F0D0C000302820000000000000000000D0C0B000FFFFFF00FFFF
- FF0080A0B000608890006088900060789000607880007080900090A0B00090A0
- F0003050D000B098900000000000000000000000000000000000000000009487
- 88008080800080B08000B0E0C0006088600080B8800090C0900090C8A000A0D0
- A000A0D8B00060A8700050985000000000000000000080B0C000A0E8F00090F8
- FF0090F8FF0090F8FF0090F8FF0090F8FF0090F8FF0090F8FF0090F8FF0090F8
- FF0090F8FF0090F8FF0050687000000000000000000080808000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00A0A8A0002020200000000000100800003020
- 2000FFF0E000F0D0C000303030000000000000000000D0C0B000FFFFFF00FFFF
- FF0080A8B00090D8E00090E8F00080D8F00060C8E0005098B00070809000F0E8
- E000E0D8D000A098900000000000000000000000000000000000000000002028
- 2000FFFFFF0080B89000C0E0C0006088600070A8700080B0800080B8900090C8
- 9000A0C8A00060A0700060986000000000000000000080B8C000B0F0FF00A0FF
- FF00A0FFFF00A0FFFF00A0FFFF00A0FFFF00A0FFFF00A0FFFF00A0FFFF00A0FF
- FF00A0FFFF00A0FFFF0050688000000000000000000080808000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00D0D0D000606860002028200010081000000000002018
- 1000FFF0F000F0D8D000303030000000000000000000D2C0B000FFFFFF00FFFF
- FF00F0F8FF0080A8B000A0A8A0009584730080C8D00050708000F0F0F000F0E0
- E000F0E0E000807060000000000000000000000000000000000000000000A093
- 88008080800080C09000C0E0C000608860005088600060886000609060006090
- 60006098600060A0600060A86000000000000000000090C8D000C0F8FF00B0FF
- FF00B0FFFF00B0FFFF00B0FFFF00B0FFFF00B0FFFF00B0FFFF00B0FFFF00B0FF
- FF00B0FFFF00B0FFFF0050708000000000000000000080808000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00B0B0B000505050005048500040484000303030003030
- 3000FFF8F000F0E0D00030303000000000000000000000000000D2C0B000D0C0
- B000D0C0B00070A8B000A0E8F000A0E8F00090D0E00040687000C0A8A000C0A8
- A000C0A890000000000000000000000000000000000000000000000000002028
- 2000FFFFFF0090C0A000C0E8C000C0E8C000C0E0C000B0E0C000B0D8B000A0D0
- A00090C8900080C0800080B88000000000000000000090C8D000E0F8FF00D0FF
- FF00C0FFFF00C0FFFF00C0FFFF00C0FFFF00C0FFFF00C0FFFF00C0FFFF00C0FF
- FF00C0FFFF00C0FFFF0050708000000000000000000080808000FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFF8F000FFF8F00030303000000000000000000000000000000000000000
- 0000000000000000000080B0C00080A0B0007090A00000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00008E89860090C0A00090C0900080C0900080B8900080B8900080B8800080B0
- 800080B0800070A8700070A87000000000000000000090C8D00090C8D00090C8
- D00090C8D00090C8D00090C8D00090C0D00090C0D00090C0D00090B8D00080B0
- C00080A8C00080A8C00080A8C000000000000000000080808000808080008080
- 8000808080008080800080808000808080008080800080808000808080008080
- 8000808080008080800080808000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000080A8
- C000507080004070900030688000306880003060800030587000305870003058
- 7000305870003050600030506000304860000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000000000000000000080A8
- C000D0FFFF00A0E8FF0080E0F00080D8F00070D0F00070D0F00070C8F00070C8
- F00070C8F00060C8F00060C0F00030506000B0A0900060483000604830006048
- 3000604840006048300060483000604830006048300060483000604830006048
- 3000604830006048300060483000604830000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000007088900070788000607070005060
- 6000405050003038400020283000102020001010200010102000101020001010
- 20001010200010102000101020000000000000000000000000000000000080A8
- C000C0E8F000B0F8FF0090F0FF0090F0FF0090F0FF0090F0FF0090F0FF0090F0
- FF0090F0FF0080E0FF0060B8E00030506000C0A8A000D0B8A000C0A08000B088
- 7000E0B8A000D0A89000B0907000E0B8A000C0A08000B0887000D0B8A000C0A0
- 8000B0887000D0A89000C098800060483000B0A0900070605000705840006050
- 4000604830006048300060483000604830006048300060483000604830006048
- 30006048300060483000604830006048300070889000A0E0F00070D0F00050B8
- E00030B0E00030A8E00020A0D0002098C0002090C0002080B0002080B0001080
- B0002078A00020709000102020000000000070889000707880006070700080B0
- C00080B8D00090E0F00090F8FF0090F0FF0080E8FF0070E0FF0080E8FF0080E8
- FF0090F0FF0070D8F0004088B00040586000C0A8A000FFFFFF00FFFFFF00C098
- 8000FFF8FF00FFF8F000C0988000FFF0F000FFF0F000C0988000FFE8E000FFE8
- E000C0A08000FFE0D000D0C0B00060483000B0A09000F0E0D000F0D8D000E0D0
- C000E0C8B000E0C0B000E0C0B000E0C0B000E0C0A000E0B8A000E0B8A000E0B8
- A000E0B09000E0B09000E0B090006048300080889000B0E8F00090E8FF0080E0
- FF0070D8FF0070D0F00060C8F00050C0F00040B8F00030A8F00030A8E0002098
- E0001090D0002078A000202830000000000070889000A0E0F00070D0F00090B0
- C000B0E8F00060B8D00080E8FF0070E0F00050B0E00030A0D0003090C00070D0
- F00070D8F0004098C00060C0E00040587000C0A8A000FFFFFF00FFFFFF00D0A8
- 9000FFFFFF00FFF8FF00D0A08000FFF8F000FFF0F000D0A08000FFE8E000FFE8
- E000D0A08000FFE0D000D0C0B00060483000C0A89000FFF0F000B0B8C0001058
- C0001050B0000040900020509000B0A0A000FFE0D000F0E0D000F0D8C000F0D8
- C000F0D8C000F0D8C000E0B09000604830008090A000B0E8F000A0E8FF0090E8
- FF0080E0FF0070D8FF0070D0F00060C8F00050C0F00040B8F00030A8F00030A0
- E0002098E0001080B000303840000000000080889000B0E8F00090E8FF0090B8
- D000D0FFFF00A0E8F00070C8F00050B0E00080D8F00080E8FF0080E8F00040A0
- C00050C0E00080E0F00070C8F00040607000C0B0A000D0B09000C0988000B088
- 7000D0A08000C0988000B0887000D0A08000C09880001040E0001038E0001038
- C0000030B000D0A08000C098800060483000C0A8A000E0E8F0002060C00070A8
- F0004088E0000048A0001068D00000409000FFE8E000E0B8B000C0A09000C098
- 8000C0988000C0908000E0B8A000604830008090A000B0F0FF00B0F0FF00A0E8
- FF0090E0FF0080E0FF0070D8FF0070D0F00060C8F00050C0F00040B0F00030A8
- F00020A0E0001080B00040405000000000008090A000B0E8F000A0E8FF0090C0
- D000D0FFFF0090E8F00060B8E00080E0F000A0F8FF0090F0FF0090F0FF0090E8
- FF0050A8D00080E0F00070D0F00040607000C0B0A000FFFFFF00FFFFFF00C098
- 8000FFFFFF00FFFFFF00C0988000FFF8FF00FFF8F0003060F000FFF8F000FFF8
- F0001038C000FFE8E000D0C0B00060483000C0B0A000F0F0F0003070C00070A8
- E0002058B0002070E0001050B0002058A000FFF0E000FFE0D000FFE0D000F0E0
- D000F0D8C000F0D8C000E0B8A000604830008098A000C0F0FF00B0F0F000A0F0
- FF00A0E8FF0090E0FF0080E0FF0070D8FF0060D0F00060C8F00050B8F00040B0
- F00030A8E0001088C00050506000000000008090A000B0F0FF00B0F0FF0090C0
- D000C0F8FF0060C0E00090E0F000A0F8FF00A0F8FF00A0F8FF00A0F8FF0090F0
- FF0090E8FF0050A0C00060C0E00050687000C0B0A000FFFFFF00FFFFFF00D0A0
- 8000FFFFFF00FFFFFF00D0A08000FFFFFF00FFF8FF006080FF00FFFFFF00FFF8
- F0001038E000FFE8E000D0C8C00060483000C0B0A000FFF8FF00E0E0E0003050
- 9000A09890008088A00030509000D0D8E000FFF0F000F0D0C000C0A09000C098
- 8000C0988000C0908000D0C0B000604830008098A000C0F0FF00B0F0FF00B0F0
- FF00A0E8FF0090E8FF0090E0FF0080E0FF0070D8FF0060D0F00060C8F00050B8
- F00030A8E0001090C00050607000000000008098A000C0F0FF00B0F0F00090C8
- D000A0E0F000E0FFFF00E0FFFF00E0FFFF00E0FFFF00E0FFFF00E0FFFF00D0FF
- FF00D0FFFF00B0F8FF004098C00050708000D0B0A000D0B09000C0988000B088
- 7000D0A08000C0988000B0887000D0A08000C09880008098FF006080FF003060
- F0001040E000D0A08000C098800060483000C0B8A000FFFFFF00606860003028
- 2000B0B8B0008080800060687000FFF8FF00FFF8F000FFF0F000FFF0E000FFE8
- E000FFE8E000FFE0D000D0C0B0006048300090A0A000C0F0FF00B0F0FF00B0F0
- FF00B0F0F000A0F0FF0090E8FF0090E0FF0080E0FF0070D0FF0060D0F00050C0
- F00050B8F0002098D00060708000000000008098A000C0F0FF00B0F0FF0090C8
- D00090C8D00090C8D00090C8D00090C0D00090C0D00090B8D00090B8C00080B0
- C00080B0C00080A8C00080A8C00080A8C000D0B8A000FFFFFF00FFFFFF00C098
- 8000FFFFFF00FFFFFF00C0988000FFFFFF00FFFFFF00C0988000FFF8FF00FFF8
- F000C0988000FFF0F000E0D8D00060504000D0B8B000FFF8FF00505050005048
- 5000E0E0E000C0C8C00080787000E0D8E000FFF8F000FFC8A000FFB89000FFB0
- 8000FFA88000F0A07000D0C0B0006048300090A0B000C0F0FF00C0F0FF00C0F0
- FF00C0F0FF00B0F0FF00B0F0FF00A0E8FF0090E8FF0090E0FF0080D8FF0070D0
- FF0070C8F00060C0F000607080000000000090A0A000C0F0FF00B0F0FF00B0F0
- FF00B0F0F000A0F0FF0090E8FF0090E0FF0080E0FF0070D0FF0060D0F00050C0
- F00050B8F0002098D0006070800000000000D0B8A000FFFFFF00FFFFFF00D0A0
- 8000FFFFFF00FFFFFF00D0A08000FFFFFF00FFFFFF00D0A08000FFFFFF00FFF8
- FF00D0A08000FFF8F000FFF0F00060483000D0B8B000FFFFFF00706870007078
- 7000A098A0009098900080788000E0E0E000FFFFFF00FFF8F000FFF8FF00FFF8
- F000FFF8F000FFF8F000D0C8C0006050400090A0B00090A0B00090A0B00090A0
- B00090A0B00090A0B00090A0A0009098A0008098A0008098A0008098A0008098
- A0008098A0008098A000000000000000000090A0B000C0F0FF00C0F0FF00C0F0
- FF00C0F0FF00B0F0FF00B0F0FF00A0E8FF0090E8FF0090E0FF0080D8FF0070D0
- FF0070C8F00060B8F0006070800000000000F0A89000F0A89000F0A88000F0A8
- 8000F0A08000F0A07000E0987000E0907000E0906000E0886000E0805000E080
- 5000E0784000E0784000E0704000C3693C00D0C0B000FFFFFF00E0E0E0007078
- 70008088800070787000C0C8C000FFF8FF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFF8F000FFF8F000D0C8C0007058400090A8B000B0E8F000B0F0FF00B0F0
- FF00B0F0F00090E0F00090A0B000000000000000000000000000000000000000
- 00000000000000000000000000000000000090A0B00090A0B00090A0B00090A0
- B00090A0B00090A0B00090A0A0009098A0008098A0008098A0008098A0008098
- A0008098A0008090A0000000000000000000F0A89000FFE8E000FFE8E000FFE8
- E000FFE8E000FFE8E000FFE8E000FFB09000FFA88000F0A88000F0A88000F0A0
- 8000F0A08000F0A08000F0A07000D2693C00D0C0B000FFFFFF00FFFFFF00FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
- FF00FFF8FF00FFF8FF00FFFFFF00806850000000000090A8B00090A8B00090A8
- B00090A8B00090A8B00000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000090A8B000B0E8F000B0F0FF00B0F0
- FF00B0F0F00090E0F00090A0B000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0A89000F0A89000F0A88000E0A0
- 8000E0A08000E0987000E0907000E0906000E0886000E0805000D0805000D078
- 5000D0704000D0704000D0704000D0683000D0C0B000D0C0B000D0C0B000D0C0
- B000D0B8B000D0B8B000C0B8A000C0B0A000C0B0A000C0A8A000C0A8A000C0A8
- 9000B0A09000B0A09000B0A09000B0A090000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000090A8B00090A8B00090A8
- B00090A8B00090A8B00000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000A4A4A400FFFFFF0090909000FFFF
- FF008F8F8F00FFFFFF0080808000FFFFFF0080808000FFFFFF0070707000FFFF
- FF0060606000FFFFFF0060586000D0D8D0000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000020282000000000002028
- 2000000000002028200000000000202820000000000020282000000000002028
- 2000000000002028200000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000400000000100010000000000000200000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFF000000000000FFFF000000000000
- FE7F000000000000C003000000000000C003000000000000E007000000000000
- F00F000000000000F00F000000000000F00F000000000000F00F000000000000
- F00F000000000000F81F000000000000FC3F000000000000FFFF000000000000
- FFFF000000000000FFFF000000000000FFFFC7FFFFFFFFFFC00783FF80018001
- 8003000180018001800300018001800180030001800180018003800180018001
- 8003C001800180018003E001800180018003E001800180018003E00180018001
- 8003E001800180018003E001800180018003E00180018001C007E00180018001
- FC7FF00180018001FFFFFFFFFFFFFFFFFFFFE000FFFFFFFFFFFFE0000000FFFF
- 0001E00000000000000100000000000000010000000000000001000000000000
- 0001000000000000000100000000000000010000000000000001000000000000
- 0001000100000000000300010000000001FF00030000000083FF01FF00000000
- FFFF83FF0000FFFFFFFFFFFFAAABFFFF00000000000000000000000000000000
- 000000000000}
- end
- object WBtSocket: TWBluetoothSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Port = '0'
- MultiThreaded = False
- ComponentOptions = []
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- Left = 72
- Top = 376
- end
- object WIrSocket: TWIrCOMMSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- MultiThreaded = False
- ComponentOptions = []
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- Left = 104
- Top = 376
- end
- object PBFolderDialog1: TPBFolderDialog
- Flags = [OnlyAncestors, ShowPath]
- RootFolder = foFavorites
- NewFolderVisible = False
- NewFolderEnabled = False
- LabelCaptions.Strings = (
- 'Default=Current folder:'
- '0009=Current folder:'
- '0406=Valgt mappe:'
- '0407=Mappe gew?hlt:'
- '0409=Current folder:'
- '0413=Huidige map')
- NewFolderCaptions.Strings = (
- 'Default=New folder'
- '0009=New folder'
- '0406=Ny mappe'
- '0407=Neu Mappe'
- '0409=New folder'
- '0413=Nieuwe map')
- Version = '1.30.00.00'
- Left = 136
- Top = 376
- end
- object pmuOutlookFolder: TPopupMenu
- OnPopup = pmuOutlookFolderPopup
- Left = 168
- Top = 376
- object mniNewContacts: TMenuItem
- Caption = 'Add New Contacts Here'
- OnClick = mniNewContactsClick
- end
- end
- end
-